Skip to content

Fix Mac CI warnings - #110

Merged
JeffreySarnoff merged 2 commits into
JuliaMath:masterfrom
asinghvi17:patch-1
Jul 18, 2026
Merged

Fix Mac CI warnings#110
JeffreySarnoff merged 2 commits into
JuliaMath:masterfrom
asinghvi17:patch-1

Conversation

@asinghvi17

Copy link
Copy Markdown
Contributor

removing the arch argument allows it to be auto selected, which does what you would expect

asinghvi17 and others added 2 commits July 18, 2026 00:42
removing the `arch` argument allows it to be auto selected, which does what you would expect
GitHub's macOS-latest runners are Apple Silicon (arm64), so setup-julia
errors out when arch: x64 is requested. Give each OS its native arch via
a matrix exclude (macOS -> aarch64, ubuntu/windows -> x64), keeping all
three platforms. This also exercises the aarch64 code path in
src/Quadmath.jl, which the x64-only macOS job never reached.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.74%. Comparing base (2b6e56d) to head (a02c2ea).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   92.74%   92.74%           
=======================================
  Files           3        3           
  Lines         317      317           
=======================================
  Hits          294      294           
  Misses         23       23           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JeffreySarnoff
JeffreySarnoff merged commit f87ba1c into JuliaMath:master Jul 18, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants